home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / manage / ul.lzh / READ.ME next >
Text File  |  1991-02-25  |  973b  |  25 lines

  1.                             UL.EXE and U.BAT
  2.  
  3.  
  4.     This pair of files filled a simple need for a remote login application,
  5.     where we wanted to capture the user's full name from their login name
  6.     at a site where employee number was being used as login name.  UL takes
  7.     one argument - a user name, checks to see if it's a valid user name,
  8.     then checks to see if that user is logged in.  If the user name is
  9.     valid and the user is logged in, the full name is printed (it is
  10.     redirectable) and an error level of zero is returned.  The following
  11.     errrolevels are returned on failures:
  12.  
  13.        0 - success - user is logged in, displays full name
  14.        1 - user id is known, user is not loged in
  15.        2 - user id is unknown
  16.        3 - syntax error
  17.        4 - internal error
  18.  
  19.     U.BAT is a simple batch file that shows one possible use of the error
  20.     levels.
  21.  
  22.     Hopefully, this is of some use to some else.....
  23.  
  24.     Jay Seaman
  25.